﻿body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	background-color: White;
}

.modalBackground
{
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.70;
}



.updateProgress
{
	border-width: 2px;
	border-style: solid;
	background-color: Tan;
	position: absolute;
	width: 280px;
	height: 45px;
	top: 296px;
	left: 37px;
}

.MDPopUp_Body
{
	background-color: #404040;
	
	
}
.MDPopUp_SubTitulos
{
	font-size:15px;
	color:White;

	background-color: #85473F;
}

